Added configuration for authentication through Xen-API -- it can now be set
authorEwan Mellor <ewan@xensource.com>
Tue, 28 Nov 2006 11:31:46 +0000 (11:31 +0000)
committerEwan Mellor <ewan@xensource.com>
Tue, 28 Nov 2006 11:31:46 +0000 (11:31 +0000)
commit2e873d3d17a6853c8a29af7a7255abfafd96bef6
treef4a33dbe8755ccf87942ac8ab9b69240f8bb3801
parent46873848fbca95a815ec446900e3ccdfe299beab
Added configuration for authentication through Xen-API -- it can now be set
to use PAM, or to be turned off entirely, on a listener by listener basis.

Listen on a different unix domain socket for the Xen-API server, so that it
can co-exist with the others.

Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/examples/xend-config.sxp
tools/python/xen/xend/XendAPI.py
tools/python/xen/xend/XendAuthSessions.py
tools/python/xen/xend/XendClient.py
tools/python/xen/xend/server/SrvServer.py
tools/python/xen/xend/server/XMLRPCServer.py